PATH 
Mac OS 8 and 9 Developer Documentation > Text and Other International Services > Apple Type Services for Unicode Imaging (ATSUI) > Apple Type Services for Unicode Imaging Reference

     

ConstUniCharArrayPtr

The ConstUniCharArrayPtr type is a pointer to the beginning of a text buffer. Note that ATSUI expects the buffer to contain Unicode text. Your application is responsible for allocating the memory associated with this pointer. You use the ConstUniCharArrayPtr type with the functions ATSUCreateTextLayoutWithTextPtr, ATSUSetTextPointerLocation, and ATSUTextMoved.

typedef const UniChar *ConstUniCharArrayPtr;
VERSION NOTES
Available beginning with ATSUI 1.0.


© 2000 Apple Computer, Inc. – (Last Updated 25 Jan 00)